#
# BlueLava v0.4.3
# (c) 2001-2004 Ian Wilkinson (ian@sgtwilko.f9.co.uk)
# (c) 1999 Bruce Locke  (blocke@shivan.org)
#
# Released under the GPL v2... see COPYING for details
# This software comes without any warranty...
#

BlueLava: A CGI interface for x10
http://www.sgtwiko.f9.co.uk/bluelava

BlueLava v0.4.0 was the third stable release.  This has improved and fully
working support for x10d (I've been running and testing this for a while here)

Upgrade note: BlueLava v0.3 is not compatible with the bluelava.conf that
v0.2 used.  You will need to use a modified copy of the bluelava.conf.dist
that came with this version.

BlueLava v0.4.3 is compatible with v0.4.1
BlueLava v0.4.1 is compatible with v0.4.0.
BlueLava v0.4.0 is compatible with v0.3.9.
BlueLava v0.3.9 should be compatible with v0.3.
BlueLava v0.3.1 should be compatible with v0.3.

ChangeLog:
v0.4.3
	- Administration via Web interface was added.
	- Wish backend support added.

v0.4.1
	- WAP now has option to return to room selection.  This is accessed 
	  via the 'Rooms' menu item.  This shows on most 'phones under the
	  options menu and is below the 'Back' option.
	- Support added for "Flipit" backend.

v0.4.0
	- x10d support is completed, dim units now works in all conditions
	  that I've tried.

v0.3.9
	- Support for x10d is introduced.

v0.3.1
	- Basic Support added for returning status of devices
	- Wap (WML) support added with the teleX10 system.

v0.3:
	- Support added for "Penguin Power" (ppower) backend
	- Configuration system greatly expanded
	- Overhauled table HTML for a new look
	- Every color in generated html can be themed via config file
	- HTML redirect with message param when action performed
	  (stops multiple actions upon page reload)
	- Room functions added (all on, all off, lights on, lights off)
          for rooms as defined in config file (not X10 protocol "rooms")
	- Condensed bottlerocket.pl, heyu.pl, and device.pl into one file
	  and simplified some code
	- Fixed lots of logic errors and inefficent code

v0.2:	
	- Configuration system (loadconfig.pl, bluelava.conf.dist)
	- Various tweaks in all files to get rid of config.pl and
	  the variables it provided
	- HTML table generator now dynamically creates the table 
          using data loaded from configuration file
	- Heyu support added (heyu.pl)
	- Some really stupid logic errors fixed
	- Fixed bad mailto: link

v0.1:
	- First Release


